Jump to content
  • 0

Интересная бага (фича) IE6


gfranco
 Share

Question

Наткнулся на новый (для себя) глюк IE6. У меня есть простой, незамысловатый код:

 <div id = "leftSide" style="width:230px; float:left; background-color:#000000">
sad
</div>
<div id = "main" style="background-color:#f4f4f4f; margin-left:230px;">
<div id = "header" style="height:150px; background-color:#99CC00;">
</div>
<div id = "content" style="background-color:#CC0000;">
sd
</div>
</div>

В FireFox, Opera и даже IE7 я увидел то что и ожидал:

tf2c10fdf6a784c7f758e934535c02e68.png

Но в IE6 я увидел следующее:

tbc12ca22e61d1677c2e43f25d509fb9b.png

Зеленый DIV (у которого id = "header") меньше, чем тот который под ним. Опытным путем удалось выяснить, что проблема из за указания height, который мне надо будет указывать не только здесь но и в других местах...

Прошу помощи

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Огромное спасибо всем кто отозвался! Проблема решилась. Как много иногда можно узнать только по названию баги ;)

Надо просто в CSS добавить:

* html div#main { height:1%; }

И все :)

Кстати, часть проблемы все же осталась... Блоки сравнялись, но отступ остался:

untitledqwertysy3.th.png

Мелочь конечно, но не приятно...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy